PluginArtifactRepositoryProxyClient

inner class PluginArtifactRepositoryProxyClient(url: URI) : ProxyClient

Constructors

Link copied to clipboard
constructor(url: URI)

Functions

Link copied to clipboard
open override fun findTarget(exchange: HttpServerExchange?): ProxyClient.ProxyTarget
Link copied to clipboard
open fun getAllTargets(): MutableList<ProxyClient.ProxyTarget>
Link copied to clipboard
open override fun getConnection(target: ProxyClient.ProxyTarget, exchange: HttpServerExchange, callback: ProxyCallback<ProxyConnection>, timeout: Long, timeUnit: TimeUnit)